@charset "utf-8";
.footB{
    width: 100%;
    max-width: 1980px;
    background: #333333;
    padding: 48px 0px 26px 0px;

}
.footBmin{
    display: flex;
    justify-content: space-between;
}

.footBList1 .a_logo{
    display: inline-block;
    width: 318px;
}
.footBList1 .a_logo img{
    width: 100%;
    display: block;
}

.footBList1Dz{
    margin-top: 28px;
    font-size: 14px;
    color: #d9d9d9;
    line-height: 1.8;
}


.footBList2{
    display: flex;
    position: relative;
}
.footBList2::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 240px;
    background: #6e6e6e;
    position: absolute;
    top: 0px;
    right: -80px;
}
.footBList2::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 240px;
    background: #6e6e6e;
    position: absolute;
    top: 0px;
    left: -80px;
}
.footBList2min h5{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.footBList2min b{
    display: inline-block;
    width: 98px;
    height: 1px;
    background: url(../images/foot_H.png) no-repeat;
    background-size: 100% 100%;
    margin: 24px 0px;
}
.footBList2min a{
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 20px;
    display: block;
}

.footBList3 img{
    width: 135px;
    display: block;
}
.footBList3 p{
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    text-align: center;
}
.footBmin2{
    margin-top: 48px;
}
.footBmin2min{
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    width: 1200px;
}
.footBmin2min p{
    font-size: 14px;
    color: #fff;
}
.footBmin2min p a{
    color: #fff;
}
.footBmin2min b{
    float: right;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.footBmin2min b a{
    color: #fff;
}